From: Keir Fraser Date: Sat, 13 Sep 2008 07:15:26 +0000 (+0100) Subject: x86, shadow: Fix comment about Linux direct-map address. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14110^2~8 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=e7a897511962fd2fad76eaabc30e79954d377043;p=xen.git x86, shadow: Fix comment about Linux direct-map address. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/mm/shadow/common.c b/xen/arch/x86/mm/shadow/common.c index d5e4215926..124b89bd9a 100644 --- a/xen/arch/x86/mm/shadow/common.c +++ b/xen/arch/x86/mm/shadow/common.c @@ -2386,7 +2386,7 @@ int sh_remove_write_access(struct vcpu *v, mfn_t gmfn, } /* 64bit Linux direct map at 0xffff880000000000; older kernels - * had it at 0xffff880000000000, and older kernels yet had it + * had it at 0xffff810000000000, and older kernels yet had it * at 0x0000010000000000UL */ gfn = mfn_to_gfn(v->domain, gmfn); GUESS(0xffff880000000000UL + (gfn << PAGE_SHIFT), 4);